
#myBtn {
    font-family: 'Lato', sans-serif;

    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #ef744b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100px;
  }
  
  #myBtn:hover {
    background-color: rgb(170, 170, 170);
  }

.cube{
    overflow-x: hidden !important;
    margin-top: 30px;



    display:block;
    margin-left: 30px;

    
    float: left;
    width: 70%;
    Background: #ffffff;



}
.text-white.mb-1 {
    color: #ececdd;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
}


.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}


.cbp-caption:hover .cbp-l-caption-alignCenter{
    opacity: 1;
}

.plus{
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before{
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}


.plus::after{
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}


.plus::before,
.plus::after{
    content: "";
    position: absolute;
    background: white;
}

.cbp-item a img{
    transition: all 0.5s ease-in-out;

   object-fit: cover;
   justify-content: center;

    width: 250px;
    float: left;
    height: 200px;

}



.cbp-item a:hover img{
    transform: scale(2) !important;
    width: 250px;
    float: left;
    height: 200px;
    

}


 


h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
}


h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #999;
    line-height: 1.5;
}

/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: rgb(175, 175, 175);
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border : 0rem;
    width: 100%;
    font-size: 1rem;
    background-color: rgb(235, 235, 235, .42);
    color: rgb(0, 0, 0);
    border-radius: 50px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
    stroke: #000000;
}

.submit-btn {
    font-family: 'Lato', sans-serif;
    float: right;
    padding: 11px 19px;
    border-radius: 60px;
    margin-right: -8%;
    display: inline-block;
    background-color: #ef744b;
    color: white;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;


    border: none;
    outline: none;
    /*color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;*/
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}


.video-player {
    height: 275px;
    width: 395px;
    Background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

}

#__lottie_element_2{

   height: 275px;
    width: 395px;
    Background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;


}



::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    width: 10px;
    background: #212529;
    border-left: 0 solid white;
    border-right: 0 solid white;
}



::-webkit-scrollbar-thumb{
    background: #3bb78f;
    width: 0;
    height: 15%;
    transition: 0.5s ease;
    cursor: pointer;
}
  


#preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 999999999;
}


#status{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    background-image: url(ok.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}


html{
    overflow-x: hidden;
}



.title h3 {
 font-family: 'Lato', sans-serif;
  margin: 0;
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 30px;

  vertical-align: top;
}
 
.title h3:after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ef744b;
  position: absolute;
  top: -8px;
  left: -15px;
  z-index: -1;
}
.theme-light .title h3:after {
  background: rgba(255, 147, 1, 0.5);
}
        


.navbar-brand a img{
    width: 250px;
    height: auto;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    background-color: #ececdd;
    background: #ececdd;
    background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%);
}




nav {
    width: 100%; 
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.nav-bar {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}



li {
    margin: 15px 5px;
}

/* .nar-bar {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
} */

.logo {
    height: 40px;
    margin: 15px 30;
    margin-top: 40px;
    /* margin-right: 30px;
    margin-bottom: 15px; */
     margin-left: 30px; 
    
}

section {
    width: 100%; 
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section {
    flex-direction: column;
    display: flex;
    width: 100%;
    background-color: #ffffff;
}

.about-me {
    display: flexbox;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}
.text-white {
    margin: 30px;
    max-width: 350px;
}

.title {
    margin: 30px;

}


.info {
    width: 300px;
    margin: 30px;

}
.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}





.separated{
    background-image: url(border-dark.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: repeat-x;
    background-size: auto 6px;
    background-position: center;
    background-color: #ffffff;
}


.box1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;

    left: 4%;
    float: left;
    height: 460px;
    width: 25%;
    Background: #ffffff;
    padding: 15px;
    margin-right: 30%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.box1:before {
    content: "";
    position: absolute;
    top: -220px;
    left: -220px;
    width: 200px;
    height: 200px;
    border-radius: 0;
    z-index: -1;
    background: #ef744b;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box1:after {
    content: "";
    position: absolute;
    top: -72px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #E4E4E1;


}

.box1 .icon{
    line-height: 80px;
    padding-left: 10%;
    font-size: 40px;
    color: white;
}

.box1 .content{
    padding-top: 25px;
}


.box1 h5{
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font-size: 25px;
}

.box1:hover:before{
    top: -72px;
    left: -40px;
    border-radius: 50%;
}

.box1:hover:after{
    content: "";
    width: 110%;
    left: -10%;
    top: -10%;
    height: 110%;
    border-radius: 0;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;

    left: 43px;
    float: left;
    height: 460px;
    width: 28%;
    Background: #ffffff;
    padding: 15px;
    margin-left: -28%;
    margin-right: 0%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box2:before {
    content: "";
    position: absolute;
    top: -220px;
    left: -220px;
    width: 200px;
    height: 200px;
    border-radius: 0;
    z-index: -1;
    background: #ef744b;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box2:after {
    content: "";
    position: absolute;
    top: -72px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #E4E4E1;


}

.box2 .icon{
    line-height: 80px;
    padding-left: 10%;
    font-size: 40px;
    color: white;
}

.box2 .content{
    padding-top: 25px;
}


.box2 h5{
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font-size: 25px;
}

.box2:hover:before{
    top: -72px;
    left: -40px;
    border-radius: 50%;
}

.box2:hover:after{
    content: "";
    width: 120%;
    left: -10%;
    top: -10%;
    height: 120%;
    border-radius: 0;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box3 {
    left: 63px;
    float: left;
    height: 460px;
    width: 28%;
    Background: #ffffff;
    padding: 15px;
    margin-right: 0%;
    margin-left: 0%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box3:before {
    content: "";
    position: absolute;
    top: -220px;
    left: -220px;
    width: 200px;
    height: 200px;
    border-radius: 0;
    z-index: -1;
    background: #ef744b;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box3:after {
    content: "";
    position: absolute;
    top: -72px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #E4E4E1;


}

.box3 .icon{
    line-height: 80px;
    padding-left: 10%;
    font-size: 40px;
    color: white;
}

.box3 .content{
    padding-top: 25px;
}


.box3 h5{

    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font-size: 25px;
}

.box3:hover:before{
    top: -72px;
    left: -40px;
    border-radius: 50%;
}

.box3:hover:after{
    content: "";
    width: 120%;
    left: -10%;
    top: -10%;
    height: 120%;
    border-radius: 0;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

#wrap {
    width: 100%;
    max-width: 1000px;
    margin-left: 10px;
    padding: 0 20px;
}

.wrapper {
    position: relative;
    padding: 0 0 50px 0;
    margin: 0 auto;
}

.wrapper img {
    width: 400px;
    height: 300px;
    object-fit:contain;
}

.topbar {
    position: absolute;
    left: 0%;
    top: 0%;
    margin: 20px 0 0 -20px;
    border-radius: 20%;
    text-align: center;
    line-height: 38px;
    color: #999;
    background: #404040;
    cursor: pointer; 
    user-select: none;

}

.tp-grid {
    list-style: none;
    position: relative;
    display: block;

}
.back {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
    margin-top: -0px;
	margin: -50px 0 0 499px;
	border-radius: 50%;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	background: rgba(155, 155, 155, 0.9);
	cursor: pointer;
	display: none;	 
	user-select: none;
}

.tp-grid li {
	position: absolute;
	cursor: pointer;
	border: 5px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;	 
	backface-visibility: hidden;
    
}
.no-js .tp-grid li {
    position: relative;
    display: inline-block;
}
.tp-grid li a{
    display: block;
    outline: none;
}

.tp-grid li img {
    display: block;
    border: none;

}

.tp-info,
.tp-title {
	position:absolute;
	background: #ffffff;
	line-height: 20px;
	color: #000000;
	font-size: 12px; 
	line-height: 10px;
	top: 90%;
    width: auto;
	padding: 10px;
	font-weight: 400;
	text-align: right;
	/*left: -100%;*/
	/*box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1),
		10px 0 10px -3px rgba(0,0,0,0.7),
		inset 0 0 5px rgba(0,0,0,0.04);*/
}

.tp-title{
    padding: 10px 35px 10px 10px;
    left: 0px;
}

.tp-title span:nth-child(2) {
    color: #ffffff;

}

#blog h2 {
    
    font-family: 'Lato', sans-serif;
}

.subtitle {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    color: black;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 65px;
    text-transform: uppercase;
    margin-bottom: -100px;
    border: 3px solid black;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;

}




#main {
    box-shadow: 2px 2px 5px grey;
}

.hero {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
    
    /* margin: 10px 0 10px 0;
    border: solid black 10px;
    border-radius: 15px; */
}
.styled-break {
    width: 30px;
    height: 5px;
    background-color: #A8BDBF;
    border-radius: 2.5px;
    margin: 30px 0 30px;

}
.hero-info {
    margin: 30px;
    height: 350px;
    max-width: 350px;
}

.hero-image {
    height: 300px;
    width: 350px;
    margin: 30px;
}
@media only screen and (max-width: 700px) {
    .hero-info {
        max-width: 700px;
    }
    .hero-image {
        visibility: hidden;
        height: 0px;
    }
}


.avatar {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    margin: 60px 30px 0px 30px;
    object-fit:fill;
}

#name {
    font-size: 35px;
}

.test {
    width: 30px;
    height: 30px;
    background-color: red;
    margin: 5px;
    }

    .button {
        border: 0;
        padding: 3px px;
        font-size: 20px;
        background-color: #A8BDBF;
        width: 80px;
        border-radius: 20px;
        color: #A8BDBF;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        
    }
    .button:hover {
        background-color: rgb(235, 235, 235, .42);
    }
    .button:active {
        box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6)
    }


    form {
        margin: 0 0 40px 0;
    }
    .input-section {
        margin: 20px 0;
        display:flex;
    }
    .input-group {
        display: flex;
        flex-direction: column;
        margin: 0 5px 0 0;
    }
    footer {
            font-family: 'Lato', sans-serif;

        display: flex;
        justify-content: center;
    }
    @media only screen and (max-width: 500px) {
        footer {
            background-color: blue;
        }
    }
    .far {
        margin: 4px;
    }
    .fab {
        margin: 4px;
    }
    a {
        text-decoration: none;
        color: black;
    }
    a:visited {
        color: black;
    }
    a:hover {
        color: rgb(170, 170, 170);
    }
    a:active {
        color: purple;
    }

    ul {
        display:flex;
        justify-content: flex-end;
        list-style-type: none;
        font-size: 12px;
        font-weight: 400;
    }


